@charset "utf-8";*{-webkit-text-size-adjust:none}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,main{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}html{height:100%;background:#fff}
body{margin:0 auto;min-height:100%;position:relative;}
a{color:#333;text-decoration:none;cursor:pointer;margin:0;padding:0;vertical-align:baseline;-webkit-tap-highlight-color:rgba(255,255,255,0.4)}
a:hover{text-decoration:none}p{margin:0 0 15px}input,textarea,select{font:100% Arial,Helvetica,sans-serif;vertical-align:middle}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}figure{margin:0;padding:0}ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:10px 0;padding:0}
body{
	font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
	color:#000;
	background-color:#fff;
}
.text-hidden{
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	overflow:hidden;
	left:-9999px;
	position:absolute;
}
img.images{
	display:block;
	width:100%;
}
.swing:hover {
	-webkit-animation: swing 0.6s ease;
	animation: swing 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes swing{
	15% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	30% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	50% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	65% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes swing {
	15% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	30% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	50% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	65% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.btn-yellow{
	display:block;
	background:rgb(255,237,0);
	background:-moz-linear-gradient(top, rgba(255,237,0,1) 0%, rgba(254,175,49,1) 100%);
	background:-webkit-linear-gradient(top, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	background:linear-gradient(to bottom, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	height:82px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	box-shadow:
		0 1px #980012,
		0 2px #980012,
		0 3px #980012;
}
.btn-yellow:hover{
	box-shadow:
		0 0 #fff,
		0 0 #fff,
		0 0 #fff;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.btn-yellow:before{
	content:'';
	background:url(../img/images-top/bullet001.png) no-repeat;
	display:block;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:9px;
}
#wrapper{overflow:hidden;}
/* header begin */
#header{
	background:#fff;
	position:relative;
	z-index:150;
}
#header .wrap{
	margin:0 auto;
	max-width: 1080px !important;
	width:1100px !important;
	min-height:102px;
}
.logo{
	float:left;
	width:144px;
	height:74px;
	overflow:hidden;
	background:url(../img/images-top/logo.png) no-repeat 50%;
	text-indent:-9999px;
	margin-right:25px;
	margin-top:10px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.slogan{
	display:block;
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:normal;
	margin:6px 0;
}
.menu-header{
	float:right;
	border:1px solid #d6d6d6;
}
.menu-header li{
	float:left;
	border-left:1px solid #d6d6d6;
}
.menu-header li:first-child{border:0;}
.menu-header a{
	display:block;
	width:188px;
	height:65px;
	text-align:center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-header a:hover{
	background-color:rgba(227, 96, 98, 0.1);
}
.menu-header strong{
	display:block;
	font-size:14px;
	line-height:30px;
	color:#000;
}
.menu-header span{
	display:block;
	position:relative;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
}
.menu-header span.item01{color:#15a6d6}
.menu-header span.item02{
	color:#d61518;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}
.menu-header span.item03{color:#15a6d6}
.menu-header span:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:28px;
	height:28px;
}
.menu-header span.item01:before{
	background:url(../img/images-top/ico-menu-header-01.png) no-repeat 50%;
}
.menu-header span.item02:before{
	background:url(../img/images-top/ico-menu-header-02.png) no-repeat 50%;
}
.menu-header span.item03:before{
	width:39px;
	background:url(../img/images-top/ico-menu-header-03.png) no-repeat 50%;
	margin:0;
}
.menu-header a:hover span:before{
	-webkit-animation: swing 0.6s ease;
	animation: swing 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/* nav begin */
nav{
	display:block;
	background:#d61518;
	position:relative;
}
nav .holder{
	max-width:1100px;
	margin:0 auto;
}
nav .holder:after{
	content:'';
	display:block;
	clear:both;
}
.nav{
	float:left;
	border-left:1px solid #ad0003;
	border-right:1px solid #e36062;
}
.nav li{
	float:left;
	border-left:1px solid #e36062;
	border-right:1px solid #ad0003;
}
.nav a{
	display:block;
	position:relative;
	width:145px;
	height:55px;
	font-size:16px;
	line-height:55px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.nav a:hover{
	background:#ad0003;
}
.nav .tooltip-item{
	position:absolute;
	bottom:49px;
	left:50%;
	width:116px;
	padding:5px 5px 4px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	background:#fff;
	margin-left:-58px;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#000;
	box-shadow:0 0  4px 1px rgba(0, 0, 0, 0.3);
	display:none;
}
.nav a:hover .tooltip-item{display:block;}
.nav .tooltip-item b{
	font-size:14px;
	display:block;
}
.nav .tooltip-item:after{
	content:'';
	position:absolute;
	bottom:-9px;
	left:50%;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	-moz-transform:skew(-10deg);
	-ms-transform:skew(-10deg);
	-webkit-transform:skew(-10deg);
	-o-transform:skew(-10deg);
	transform:skew(-10deg);
}
.nav-btn-list{
	float:right;
	padding:9px 6px;
}
.nav-btn-list li{
	float:left;
	padding-left:11px;
}
.nav-btn-list li:first-child{padding:0;}
.nav-btn-list a{
	display:block;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	width:142px;
	line-height:37px;
	font-weight:bold;
	color:#3f3f3f;
	position:relative;
	overflow:hidden;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.nav-btn-list a:hover{
	box-shadow:
		1px 1px #ad0003,
		2px 2px #ad0003,
		3px 3px #ad0003;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.nav-btn-list a:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	height:37px;
	width:32px;
}
.nav-btn-list a.login:before{
	background:url(../img/images-top/ico-nav-btn-list-02.png) no-repeat 50%;
}
.nav-btn-list a.logout:before{
	background:url(../img/images-top/ico-nav-btn-list-03.png) no-repeat 50%;
}
.nav-btn-list a.car:before{
	background:url(../img/images-top/ico-nav-btn-list-01.png) no-repeat 50%;
}
.user-wrap{
	background:url(../img/images-top/bg-log.gif);
}
.user-wrap .holder{
	position:relative;
	margin:0 auto;
	height:45px;
	max-width:1100px;
}
.user-wrap ul{
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.7);
	overflow:hidden;
	-webkit-transition: linear 0.5s;
	-moz-transition: linear 0.5s;
	-ms-transition: linear 0.5s;
	-o-transition: linear 0.5s;
	transition: linear 0.5s;
	height:45px;
	overflow:hidden;
}
.user-wrap ul:hover{height:auto;}
.user-wrap ul li{border-bottom:1px solid #474129;}
.user-wrap .user-name{
	display:block;
	padding:13px 46px 13px 16px;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	white-space:nowrap;
	color:#fff;
	position:relative;
	border-bottom:1px solid #000;
	cursor:pointer;
}
.user-wrap .user-name:after{
	content:'';
	position:absolute;
	right:14px;
	top:10px;
	width:25px;
	height:25px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(205,205,205,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(205,205,205,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(205,205,205,1) 100%);
}
.user-wrap .user-name:before{
	content:'';
	position:absolute;
	z-index:2;
	right:20px;
	top:19px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 9px solid #282828;
}
.user-wrap a{
	display:block;
	padding:13px 10px 13px 42px;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	white-space:nowrap;
	color:#fff;
	position:relative;
	border-bottom:1px solid #000;
}
.user-wrap a:after{
	content:'';
	position:absolute;
	left:18px;
	top:50%;
	width:18px;
	height:18px;
	margin-top:-9px;
	background:#fff;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}
.user-wrap a:before{
	content:'';
	position:absolute;
	z-index:2;
	left:24px;
	top:50%;
	margin-top:-5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid red;
	border-bottom: 5px solid transparent;
}
.user-wrap a span{
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.user-wrap a span:before{
	display:block;
	position:absolute;
	content:"";
	height:2px;
	width:0;
	background:#fff;
	transition:width 0.3s ease-in-out;
	left:0;
	bottom:0;
}
.user-wrap a:hover span:before{width:100%;}





/* swiper-gallery-top */
.swiper-gallery-top{
	overflow:hidden;
	background:#fff;
	padding-bottom:32px;
}
.swiper-gallery-top .swiper-slide img{
	display:block;
	width:100%;
}
.swiper-gallery-top .swiper-pagination{
	bottom:12px !important;
	line-height:12px !important;
}
.swiper-gallery-top .swiper-pagination .swiper-pagination-bullet{
	width:10px !important;
	height:10px !important;
	-moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
	border-radius:10px !important;
	background:#bdbdbd !important;
}
.swiper-gallery-top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#545454 !important;}
.swiper-gallery-top .swiper-button-next,
.swiper-gallery-top .swiper-button-prev{
	width:46px;
	height:46px;
	background:rgba(0, 0, 0, 0.7);
	overflow:hidden;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
	border-radius:23px;
	margin-top:-55px;
}
.swiper-gallery-top .swiper-button-next:after,
.swiper-gallery-top .swiper-button-prev:after{
	position:absolute;
	content:'';
	top:50%;
	left:50%;
	width:0;
	height:0;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.swiper-gallery-top .swiper-button-prev:after{
	border-top:8px solid transparent;
	border-right:18px solid #fff;
	border-bottom:8px solid transparent;
	margin-left:-3px;
}
.swiper-gallery-top .swiper-button-next:after{
	border-top:8px solid transparent;
	border-left:18px solid #fff;
	border-bottom:8px solid transparent;
	margin-left:3px;
}
/* main */
#main{
	background:#fff;
	padding:0 4px 80px;
	position:relative;
	z-index:1;
}
.mt30{margin-top: 30px;}
.main-center{
	margin:0 auto;
	max-width:1100px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-center:after{
	content:'';
	display:block;
	clear:both;
}
/* content */
#content{
	width:100%;
	max-width:858px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}
.two-top-btn{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:26px;
}
.two-top-btn a{
	display:block;
	position:relative;
	margin-left:5px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
.two-top-btn a:first-child{margin:0;}
.two-top-btn a:hover{
	box-shadow:
		1px 1px #ad0003,
		2px 2px #ad0003;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.two-top-btn a img{
	display:block;
	width:100%;
}
.two-top-btn a.item:after{
	content:'';
	position:absolute;
	top:-45px;
	left:50%;
	margin-left:-153px;
	width:306px;
	height:68px;
	overflow:hidden;
	background:url(../img/images-top/item-two-top-btn.png) no-repeat;
}
.delivery-block{
	background:#ffca00;
	overflow:hidden;
	padding:18px 16px 25px;
	margin-bottom:17px;
}
.delivery-block h2{
	overflow:hidden;
	margin-bottom:18px;
	padding:0 4px;
}
.delivery-block h2 img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.delivery-block-holder{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow:hidden;
}
.delivery-block-holder .box{
	width:26%;
	min-width:26%;
	max-width:26%;
	margin-left:10px;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:4px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}
.delivery-block-holder .box:first-child{margin:0;}
.delivery-block-holder .frame{
	width:343px;
	max-width:343px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#079000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left:15px;
}
.delivery-block-holder .frame img{
	display:block;
	width:100%;
	max-width:343px;
	height:auto;
	margin:0 auto;
}
.delivery-block-holder span,
.delivery-block-holder strong{
	display:block;
	width:100%;
	text-align:center;
	color:#000;
}
.delivery-block-holder span{
	font-size:18px;
	line-height:20px;
}
.delivery-block-holder strong{
	font-size:25px;
	line-height:28px;
	color:#f00;
	padding:4px 0;
}
.delivery-block-holder span.n{font-size:16px;}
.steps-info-top-block{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:24px;
}
.steps-info-top-block > div{
	width:100%;
	margin-left:5px;
}
.steps-info-top-block > div:first-child{margin:0;}
.steps-info-top-block > div img{
	display:block;
	width:100%;
	max-width:397px;
	float:right;
}
.steps-info-top-block > div:first-child img{float:left;}
.steps-info-top-block > div > a{
	display:block;
	position:relative;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	overflow:hidden;
}
.steps-info-top-block > div > a:hover{
	box-shadow:
		1px 1px #ad0003,
		2px 2px #ad0003;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.block-page{padding-bottom:1px;}
.block-page:after{
	content:'';
	display:block;
	clear:both;
}
.title-block-page{
	background:url(../img/images-top/bg-title-block-page.gif) 50%;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:18px;
	min-height:70px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align:center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size:23px;
	line-height:30px;
	color:#fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:2px 4px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.list-original-items{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom:15px;
	margin-left:-6px;
}
.list-original-items li{
	width:100%;
	max-width:25%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:6px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:10px;
}
.list-original-items a{
	border:1px solid #848484;
	background:#fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.list-original-items a:hover{
	box-shadow:
		1px 1px #000,
		2px 2px #000;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.list-original-items strong{
	display:block;
	text-align:center;
	background:#f5f5f5;
	text-align:center;
	color:#1d1d1d;
	line-height:30px;
	font-size:14px;
	width:100%;
}
.list-original-items .img{
	padding:8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height:192px;
}
.list-original-items .img img{
	display:block;
	margin:0 auto;
	max-width:100%;
	max-height:100%;
}
.btn-blue{
	display:block;
	margin:0 auto 38px;
	background: rgb(74,155,234);
	background: -moz-linear-gradient(top, rgba(74,155,234,1) 0%, rgba(31,123,229,1) 100%);
	background: -webkit-linear-gradient(top, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	background: linear-gradient(to bottom, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	text-align:center;
	font-size:22px;
	line-height:26px;
	color:#fff !important;
	font-weight:bold;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:398px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height:77px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow:
		0 1px #004797,
		0 2px #004797,
		0 3px #004797;
}
.btn-blue:hover{
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:
		0 0 #004797,
		0 0 #004797,
		0 0 #004797;
}
.btn-blue span{
	display:block;
	vertical-align:top;
	position:relative;
	padding-left:29px;
	overflow:hidden;
	padding-top:4px;
}
.btn-blue span:after{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:25px;
	height:25px;
	background:#fff;
	overflow:hidden;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	margin-top:-13px;
}
.btn-blue span:before{
	content:'';
	position:absolute;
	left:8px;
	top:50%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 12px solid #227de5;
	border-bottom: 6px solid transparent;
	z-index:2;
	margin-top:-6px;
}
.block-popular-item{
	overflow:hidden;
	background:#ffd200;
	margin-bottom:25px;
}
.block-popular-item h2{
	overflow:hidden;
	line-height:10px;
}
.block-popular-item h2 img{
	display:block;
	width:100%;
}
.block-popular-item .accordion-block{
	overflow:hidden;
	padding:18px 20px 20px;
}
.block-popular-item .accordion-child{
	overflow:hidden;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-top:9px;
}
.block-popular-item .accordion-child:first-child{margin:0;}
.block-popular-item .accordion-child .title{
	overflow:hidden;
	padding:12px;
	position:relative;
}
.block-popular-item .accordion-child .title h4{
	position:relative;
	padding-right:100px;
	padding:0 100px 0 40px;
	font-size:20px;
	line-height:34px;
	color:#000;
}
.block-popular-item .accordion-child .title h4.item01{background:url(../img/images-top/icon-popular-item001.png) no-repeat;}
.block-popular-item .accordion-child .title h4.item02{background:url(../img/images-top/icon-popular-item002.png) no-repeat;}
.block-popular-item .accordion-child .title h4.item03{background:url(../img/images-top/icon-popular-item003.png) no-repeat;}
.block-popular-item .accordion-child .title h4.item04{background:url(../img/images-top/icon-popular-item004.png) no-repeat;}
.block-popular-item .accordion-child .title h4.item05{background:url(../img/images-top/icon-popular-item005.png) no-repeat;}
.block-popular-item .accordion-child .title h4.item06{background:url(../img/images-top/icon-popular-item006.png) no-repeat;}
.block-popular-item .accordion-child .slide-link{
	position:absolute;
	right:12px;
	top:12px;
	width:96px;
	height:31px;
	border-bottom:3px solid #004797;
	-moz-border-radius:5px 5px 6px 6px;
	-webkit-border-radius:5px 5px 6px 6px;
	border-radius:5px 5px 6px 6px;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:31px;
	color:#fff;
	background: rgb(74,155,234);
	background: -moz-linear-gradient(top, rgba(74,155,234,1) 0%, rgba(31,123,229,1) 100%);
	background: -webkit-linear-gradient(top, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	background: linear-gradient(to bottom, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	z-index:2;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform:translateZ(0);
	transform:translateZ(0);
}
.block-popular-item .accordion-child .slide-link:hover{
	-moz-opacity:0.8;
	opacity:0.8;
}
.block-popular-item .accordion-child.slide-active .slide-link:after{
	content:"閉じる";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#454545;
}
.popular-item-list{
	overflow:hidden;
	padding:0 14px;
}
.popular-item-list li{
	border-top:3px solid #d3d3d3;
	padding:14px 0;
}
.popular-item-list li:first-child{
	padding-top:0;
	border:0;
}
.popular-item-list .box{
	overflow:hidden;
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.popular-item-list .image{
	width:106px;
	max-width:106px;
	margin-right:10px;
}
.popular-item-list .image img{
	display:block;
	width:100%;
}
.popular-item-list .rang{
	width:43px;
	max-width:43px;
	margin-right:10px;
}
.popular-item-list .holder{width:100%;}
.popular-item-list h3{
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-bottom:5px;
}
.popular-item-list dl{
	display:block;
	overflow:hidden;
}
.popular-item-list dl dt,
.popular-item-list dl dd{
	float:left;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:20px;
	color:#000;
}
.block-fee-system{
	overflow:hidden;
	margin-bottom:28px;
}
.block-fee-system > h3{
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;
}
.block-fee-system > p{
	font-size:16px;
	line-height:18px;
	color:#000;
	margin-bottom:10px;
}
.box-fee-system{
	background:#ffeded;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	padding:16px 68px 20px;
}
.box-fee-system > h2{
	text-align:center;
	font-size:32px;
	line-height:34px;
	color:#000;
	font-weight:bold;
	margin:0 0 10px;
}
.box-fee-system > h2 span{color:#f00202;}
.holder-box-fee-system{
	position:relative;
	padding:0 54px 0 108px;
}
.holder-box-fee-system > h3{
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	color:#000;
}
.holder-box-fee-system > p{
	font-size:18px;
	line-height:30px;
	color:#000;
	margin:0 0 8px;
}
.holder-box-fee-system .btn-blue{
	margin:0;
}
.holder-box-fee-system:after{
	content:'例えば';
	position:absolute;
	left:0;
	top:0;
	background:#079000;
	width:102px;
	height:102px;
	overflow:hidden;
	line-height:102px;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:102px;
	-webkit-border-radius:102px;
	border-radius:102px;
	text-align:center;
}
.holder-box-fee-system:before{
	content:'';
	position:absolute;
	top:0;
	right:-56px;
	width:100px;
	height:92px;
	background:url(../img/images-top/img-holder-box-fee-system.png) no-repeat;
	background-size:99px 92px;
}
.list-original-prod{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-original-prod li{
	width:100%;
	width:30%;
	max-width:30%;
	margin-bottom:30px;
}
.list-original-prod a{
	display:block;
}
.list-original-prod strong{
	display:block;
	position:relative;
	background:#fff;
	border:1px solid #bdbdbd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:17px;
	text-align:center;
	font-size:18px;
	line-height:42px;
}
.list-original-prod strong:after{
	content:'';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #bdbdbd;
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-6px;
}
.list-original-prod strong:before{
	content:'';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #fff;
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-6px;
	z-index:2;
	margin-top:-1px;
}
.list-original-prod img{
	display:block;
	margin-bottom:5px;
}
.list-original-prod span{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:18px;
}
.block-banner-link{
	margin-bottom:26px;
}
.block-banner-link a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.block-banner-link a:hover{
	box-shadow:
		1px 1px #ff7400,
		2px 2px #ff7400,
		3px 3px #ff7400;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.block-banner-link img{
	display:block;
	width:100%;
}
.list-customer-voice{
	overflow:hidden;
	margin-bottom:14px;
}
.list-customer-voice.opened{margin-bottom:38px;}
.list-customer-voice li{
	border-bottom:1px dotted #000;
	padding:10px 0;
	display:none;
}
.list-customer-voice li:nth-child(-n+3){display:block;}
.list-customer-voice .top{
	overflow:hidden;
	margin-bottom:8px;
}
.list-customer-voice .stars{
	display:inline-block;
	vertical-align:top;
	width:116px;
	height:21px;
	overflow:hidden;
	margin-right:7px;
	background:url(../img/images-top/item-star.png) no-repeat;
	background-size:100% auto;
}
.list-customer-voice .stars.s0{background-position:0 0;}
.list-customer-voice .stars.s1{background-position:0 -22px;}
.list-customer-voice .stars.s2{background-position:0 -43px;}
.list-customer-voice .stars.s3{background-position:0 -64px;}
.list-customer-voice .stars.s4{background-position:0 -85px;}
.list-customer-voice .stars.s5{background-position:0 -106px;}
.list-customer-voice .top strong{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:21px;
	color:#000;
}
.list-customer-voice p{
	font-size:14px;
	line-height:20px;
	color:#000;
	margin:0;
}
.list-notice{
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	margin-top:-10px;
	width:100%;
}
.list-notice li{
	border-bottom:1px dotted #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width:100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size:14px;
	line-height:20px;
	color:#393939;
}
.list-notice a{
	color:#00a2ff;
}
.list-notice .date{
	width:158px;
	max-width:126px;
	padding:8px 0;
}
.list-notice p{
	margin:0;
	width:100%;
}
.list-notice p span{
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding:8px 0;
}
.list-notice a:hover{text-decoration:underline;}
/*
.list-notice p span:after{
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	background: #00a2ff;
	transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
	bottom: 0;
	width: 50%;
	left: 0;
}
.list-notice p span:before{
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	background-color: #00a2ff;
	transition: width 0.3s ease-in-out;
	left: 50%;
	bottom: 0;
	width: 50%;
}
.list-notice a:hover p span:before{width:0;}
.list-notice a:hover p span:after{
	width: 0;
	left: 50%;
}
*/
/* sidebar */
#sidebar{
	float:left;
	width:300px;
	min-width:270px;
	max-width:300px;
	margin-right:30px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
}
.sidebar-block{
	border:1px solid #c9c9c9;
	background:#fff;
	overflow:hidden;
	padding:11px 10px;
}
#delivery_date{
	background:#ffca00;
	overflow:hidden;
	padding:9px 0;
	margin-bottom:16px;
}
#delivery_date h3{
	margin:0 0 4px;
	overflow:hidden;
}
#delivery_date .date{
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#000;
}
#sidebar .sidebar-block{
	border:1px solid #c9c9c9;
	background:#fff;
	overflow:hidden;
	padding:11px 10px;
}
#sidebar #delivery_date{
	background:#ffca00;
	overflow:hidden;
	padding:9px 0;
	margin-bottom:16px;
}
#sidebar #delivery_date h3{
	margin:0 0 4px;
	background:url(../img/images-top/text-delivery_date.png) no-repeat 50%;
	text-indent:-9999px;
	overflow:hidden;
	height:48px;
}
#sidebar #delivery_date .date{
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#000;
}
.info-design-tool{
	margin-bottom:16px;
	padding:7px 10px 10px;
	position:relative;
}
.info-design-tool:after{
	content:'';
	display:block;
	clear:both;
}
.info-design-tool.red{background:#d61518;}
.info-design-tool.blue{background:#0096ff;}
.info-design-tool .btn-yellow{
	height:55px;
	line-height:22px;
}
.info-design-tool .btn-yellow span{
	display:block;
	padding-top:4px;
}
.info-design-tool .image{
	overflow:hidden;
}
.info-design-tool .image img{
	display:block;
	width:100%;
}
.info-design-tool h3{
	position:relative;
	margin:0 -14px;
	font-size:17px;
	line-height:20px;
	color:#fff;
}
.info-design-tool.red h3{background:#109104;}
.info-design-tool.blue h3{background:#ff1a00;}
.info-design-tool h3:after,
.info-design-tool h3:before{
	content:"";
	position:absolute;
	top:100%;
	width: 0;
	height: 0;
	border-top:5px solid #1a5a00;
}
.info-design-tool h3:after{
	border-left:5px solid transparent;
	left:0;
}
.info-design-tool h3:before{
	border-right:5px solid transparent;
	right:0;
}
.info-design-tool h3 span{
	display:block;
	padding-left:78px;
	position:relative;
	height:66px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.info-design-tool h3 span:after{
	content:"無料!";
	position:absolute;
	left:15px;
	width:55px;
	height:55px;
	background:#fff;
	text-align:center;
	line-height:55px;
	font-size:20px;
	color:#d61518;
	font-weight:bold;
	-moz-border-radius:55px;
	-webkit-border-radius:55px;
	border-radius:55px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.titl-sub-green{
	background:#0f9104;
	color:#fff;
	font-size:17px;
	line-height:21px;
	font-weight:bold;
	padding:11px 4px;
	text-align:center;
	margin-bottom:16px;
}
.list-items-handled li{margin-top:2px;}
.list-items-handled li:first-child{margin:0;}
.list-items-handled a{
	display:block;
	border:1px solid #d4d4d4;
	background:#fff;
	line-height:18px;
	font-size:13px;
	color:#0068de;
	padding:6px 4px 6px 14px;
	position:relative;
}
.list-items-handled a:hover{text-decoration:underline;}
/*
.list-items-handled a:after{
	content:'';
	position:absolute;
	left:5px;
	top:6px;
	bottom:6px;
	width:4px;
	background:#00a2ff;
	overflow:hidden;
}
.list-items-handled a:before{
	display: block;
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background: #00a2ff;
	transition: width 0.3s ease-in-out;
	left: 0;
	bottom: 0;
}
.list-items-handled a:hover:before{width:100%;}
*/
.titl-recommended-service{
	overflow:hidden;
	margin-bottom:12px;
}
.titl-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service{margin-bottom:20px;}
.list-recommended-service li{padding-top:15px;}
.list-recommended-service li:first-child{padding:0;}
.list-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.list-recommended-service a:hover{
	box-shadow:
			1px 1px #000,
			2px 2px #000;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.sidebar-info{
	overflow:hidden;
	margin-bottom:28px;
}
.sidebar-info .box{
	overflow:hidden;
	position:relative;
}
.sidebar-info .banner-box{
	background:#cceeff;
	padding:10px;
	overflow:hidden;
}
.sidebar-info .banner-box h3{
	overflow:hidden;
	margin-bottom:9px;
	line-height:10px;
}
.sidebar-info .banner-box h3 img{
	display:block;
	margin:0 auto;
}
.sidebar-banner-list li{padding-top:3px;}
.sidebar-banner-list li:first-child{padding:0;}
.sidebar-banner-list a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sidebar-banner-list a:hover{
	box-shadow:
		1px 1px #1d81df,
		2px 2px #1d81df;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.sidebar-banner-list img{
	display:block;
	width:100%;
}
.list-sidebar-soc:after{
	content:'';
	display:block;
	clear:both;
}
.list-sidebar-soc li{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 4px;
}
.list-sidebar-soc li:first-child{padding:0 4px 0 0;}
.list-sidebar-soc img{
	display:block;
	width:100%;
}
.list-sidebar-soc a{
	display:block;
	position:relative;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.list-sidebar-soc a:hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.list-sidebar-soc a.f:hover{
	box-shadow:
		1px 1px #2a4272,
		2px 2px #2a4272;
}
.list-sidebar-soc a.t:hover{
	box-shadow:
		1px 1px #3fabcf,
		2px 2px #3fabcf;
}
#sidebar #facebook{
	overflow:hidden;
	margin-bottom:20px;
}
#sidebar #facebook iframe{
	display:block;
	width:100%;
}
/* vacation-box */
.vacation-box{
	overflow:hidden;
	background:#fffde5;
	border:2px solid #ff0c13;
	margin:0 auto;
	max-width:1022px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding:5px 150px;
	text-decoration:none;
	font-size:12px;
	line-height:22px;
	color:#3c3c3c;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.vacation-box h2{
	background: #fb5656;
	padding: 0 4px;
	width:100px;
	min-width: 100px;
	max-width: 100px;
	font-size:12px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	text-decoration: none !important;
	margin:0 20px 0 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align: center;
}
.vacation-box h2 span{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.vacation-box h2 span:after,
.vacation-box h2 span:before{
	display: block;
	position: absolute;
	content: "";
	height: 2px;
	width: 50%;
	background-color: #1182f0;
	left: 50%;
	bottom: 0;
}
.vacation-box h2 span:after{transition: width 0.3s ease-in-out;}
.vacation-box h2 span:before{left:0;transition: width 0.3s ease-in-out, left 0.3s ease-in-out;}
.vacation-box:hover h2 span:before,
.vacation-box:hover h2 span:after{width:0;left: 50%;}
.vacation-box p{
	margin:0;
	width: 100%;
	text-align: left;
}
/*
.vacation-box:hover{
	box-shadow:
		1px 1px #ad0003,
		2px 2px #ad0003,
		3px 3px #ad0003;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
*/
.vacation-box:hover h2{text-decoration:none;}
.vacation-box p a{
	color: #386dda;
	text-decoration: underline;
}
.vacation-box p a:hover{text-decoration: none;}
/* vacation-box end */
/* footer */
#footer{
	overflow:hidden;
}
#footer .wrap{
	margin:0 auto;
	max-width:1100px;
	overflow:hidden;
	border-top:1px solid #fff;
}
#footer .wrap:first-child{
	border:0;
	padding:10px 0 20px;
}
#footer .logo{
	width:144px;
	height:84px;
	background:url(../img/images-top/logo-footer.png) no-repeat 50%;
	margin-right:4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#footer .col-link{
	float:left;
	width:294px;
	height:84px;
	background:url(../img/images-top/ico-tell-col.png) no-repeat 50%;
	overflow:hidden;
	text-indent:-9999px;
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#footer .logo:hover,
#footer .col-link:hover{
	-moz-opacity:0.8;
	opacity:0.8;
}
.footer-baner-list{
	float:right;
}
.footer-baner-list li{
	float:left;
	padding-left:7px;
}
.footer-baner-list a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.footer-baner-list a:hover{
	box-shadow:
		1px 1px #ad0003,
		2px 2px #ad0003,
		3px 3px #ad0003;
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.footer-baner-list img{display:block;}
.footer-nav{
	overflow:hidden;
	text-align:center;
}
.footer-nav li{
	display:inline-block;
	vertical-align:top;
}
.footer-nav a{
	display:block;
	padding:0 7px;
	font-size:12px;
	line-height:60px;
	font-weight:bold;
	color:#fff;
	position:relative;
}
.footer-nav a:hover{text-decoration:underline;}
 img.mark-grey {
	background-color: #e2e2e2;
	border: 1px solid #d7d7d7;
	margin: 14px auto;
}
.copyright{
	margin:0;
	text-align:center;
	font-size:16px;
	line-height:58px;
	font-weight:bold;
	color:#fff;
}
#link-top{
	position:fixed;
	bottom: 40px;
	right: 10px;
	width: 45px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background:url(img/pagetop.png) no-repeat;
	z-index:100;
}
#link-top.swing:hover{
	-webkit-animation: swing-top 0.6s ease;
	animation: swing-top 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes swing-top{
	15% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	30% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	40% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	65% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes swing-top{
	15% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	30% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	40% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	65% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}



/* halloween-page */
.halloween-page{
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #2f2f2f;
}
.halloween-page .visual-top,
.halloween-page .visual{
	position: relative;
	overflow: hidden;
}
.halloween-page .visual-top > img,
.halloween-page .visual > img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.halloween-page .visual-top .hidden-txt,
.halloween-page .visual .hidden-txt{
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.halloween-page .visual-top{
	margin-bottom: 18px;
}
.halloween-page .visual{
	background: url(../img/halloween_page/img-visual-02.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin-bottom: 52px;
	min-height: 384px;
}
.halloween-page .visual .text-block{
	padding: 161px 45px 10px 60px;
	letter-spacing: 2.4px;
	color: #fff;
}
.halloween-page .visual .text-block p{
	margin: 0;
}
.halloween-page .visual .text-block p + p{
	margin-top: 17px;
}
.halloween-page .title{
	position: relative;
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	color: #720000;
	text-align: center;
	background-color: #ffca00;
	padding: 29px 12px;
	box-sizing: border-box;
	margin: 0 0 32px;
}
.halloween-page .title:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	display: block;
	border: 2px dashed #a01f1f;
	z-index: 0;
}
.halloween-page .sub-title{
	margin-bottom: 60px;
	letter-spacing: 2px;
}
.halloween-page .halloween-box:after{
	content: '';
	clear: both;
	display: block;
}
.halloween-page .halloween-box .halloween-block + .halloween-block{
	margin-top: 80px;
}
.halloween-page .create-design{
	background: url(../img/halloween_page/img-create-design-bg.png) 100% 50% no-repeat;
	-webkit-background-size: 134px auto;
	background-size: 134px auto;
	margin-bottom: 60px;
}
.halloween-page .create-design p{
	margin-bottom: 0;
	width: 84%;
	letter-spacing: 2px;
}
.halloween-page a.item{
	position: relative;
	display: block;
	max-width: 630px;
	width: 100%;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 0 auto;
}
.halloween-page a.item:hover{
	box-shadow: 1px 1px #ad0003, 2px 2px #ad0003;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}
.halloween-page a.item:hover img{
	opacity: .8;
}
.halloween-page a.item:after{
	content: '';
	position: absolute;
	top: -12px;
	right: -57px;
	width: 82px;
	height: 100px;
	overflow: hidden;
	background: url(../img/halloween_page/img-item-btn-sub.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transform: scale(1) rotate(0.01deg);
	transform: scale(1) rotate(0.01deg);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.halloween-page a.item:hover:after{
	-webkit-transform: scale(1.1) rotate(2.3deg);
	transform: scale(1.1) rotate(2.3deg);
	background: url(../img/halloween_page/img-item-btn-sub-hover.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.halloween-page a.item img{
	display: block;
	width: 100%;
}
.halloween-page .event-list{
	display: block;
}
.halloween-page .event-list ul{
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.halloween-page .event-list li{
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 0 15px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}
.halloween-page .event-list .item-list{
	display: block;
	height: 100%;
	width: 100%;
	padding: 5px 5px 15px;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-name: fadeInUp;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #009bfd;
	letter-spacing: 1px;
	text-decoration: underline;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.halloween-page .event-list .item-list:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}
@keyframes fadeInUp{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.halloween-page .event-list .item-list .img{
	display: block;
	min-width: 100%;
	min-height: 238px;
	line-height: 238px;
	margin-bottom: 14px;
}
.halloween-page .event-list .item-list .img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
/* end halloween-page */
.image-add-p{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px;
}
/* form castom */
.search_list_right-top .box-l{
	width:auto;
}
#wrapper .jcf-select{
	display:block;
	border:1px solid #dedede;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	width:100%;
	outline:none;
}
#wrapper .jcf-select-opener{
	background:none;
	overflow:hidden;
}
#wrapper .jcf-select-opener:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width: 0;
	height: 0;
	margin-top:-3px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 7px solid #000;
}
#wrapper .jcf-focus{border:1px solid #dedede !important;}
#wrapper .jcf-select-drop .jcf-select-drop-content{
	border:0 !important;
	background: #fdfdfd;
}
#wrapper .jcf-list .jcf-option{
	font-size:14px;
	line-height:30px;
	color:#555;
	padding:0 8px;
	cursor:pointer;
}
#wrapper .jcf-list .jcf-option.jcf-option-color{
	position:relative;
	padding-left:36px;
}
#wrapper .jcf-list .jcf-option.jcf-option-color:after{
	content:'';
	position:absolute;
	left:8px;
	top:50%;
	width:24px;
	height:24px;
	overflow:hidden;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin-top:-12px;
}
.jcf-option-mark01:after{
	background:#207e13;
}
.jcf-option-mark02:after{
	background:#ffffff;
	border:1px solid #dedede;
	width:23px;
	height:23px;
}
.jcf-option-mark03:after{
	background:#0b65e0;
}
.jcf-option-mark04:after{
	background:#e00b38;
}
.jcf-option-mark05:after{
	background:#151414;
}
.jcf-option-mark06:after{
	background:#5528e8;
}
.jcf-list ul{
	max-height:210px;
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
#wrapper .jcf-list, #wrapper .jcf-list .jcf-list-content{
	width:auto !important;
}
 #wrapper .jcf-list{
	width:auto !important;
	border:1px solid #dedede !important;
	background: #fdfdfd;
}
#wrapper .jcf-select{
	height:28px;
	margin:0;
}
#wrapper .jcf-select .jcf-select-text{line-height:28px;}
#wrapper .search_list .row{margin-bottom:5px;}
/* form castom end */
/* header form */
.slogan-frame{
	float:left;
	margin-right:4px;
	width:333px;
}
.slogan-frame .pure-form{
	display:block;
	position:relative;
	width:258px;
	padding-right:74px;
}
.slogan-frame .pure-form fieldset{
	display:block !important;
	padding:0 !important;
}
.slogan-frame .pure-form button{
	position:absolute !important;
	right:0 !important;
	top:0 !important;
	padding:0 !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#373737 !important;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
	width:64px !important;
	height:36px !important;
	line-height:36px !important;
	font-size:12px !important;
	color:#fff !important;
	text-align:center !important;
	border:0 !important;
	cursor:pointer !important;
	outline:none;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.slogan-frame .pure-form button:hover{
	box-shadow:
		1px 1px #b7b7b7,
		2px 2px #b7b7b7;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.slogan-frame .text-input{
	display:block !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	appearance:none !important;
	border:1px solid #b7b7b7 !important;
	background:#fff !important;
	outline:none !important;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
	-moz-box-sizing:border-box !important;
	-ms-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	box-sizing:border-box !important;
	width:100% !important;
	font-size:14px !important;
	line-height:16px !important;
	padding:9px 10px !important;
}
/* header form end */
/*  select-custom  */
.select-custom{
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	border:1px solid #dedede;
	background:#fdfdfd;
	background:-moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
	background:-webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
	background:linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
}
.select-custom strong{
	display:block;
	cursor:pointer;
	position:relative;
	overflow: hidden;
}
.select-custom strong span{
	display:block;
	cursor:pointer;
	position:relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:13px;
	line-height:28px;
	font-weight:normal;
	margin: 0 35px 0 8px;
	color:#000;
}
.select-custom strong:after{
	content:'';
	position:absolute;
	top:50%;
	right:7px;
	width: 0;
	height: 0;
	margin-top:-3px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 7px solid #000;
}
.select-custom ul{
	display:none;
	border:1px solid grey;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#fff;
	z-index:10;
	max-height:200px;
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
.select-custom ul.active{display:block;}
.select-custom li{
	list-style:none;
	padding:2px 5px 2px 32px;
	cursor:pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:13px;
	line-height:28px;
	font-weight:normal;
	overflow:hidden;
	position:relative;
}
.select-custom li:hover{
	background: #e6e6e6;
}
.select-custom li span{
	position:absolute;
	left:4px;
	position:absolute;
	top:50%;
	overflow:hidden;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin-top:-12px;
	border:1px solid #dedede;
	width:23px;
	height:23px;
}
/*  select-custom  end */
/*fallart page*/
.fallart{
	margin-bottom: 66px;
}
.fallart .btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgb(214, 21, 24);
	border-radius: 8px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.fallart .btn:hover{
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 3px 3px 0 rgb(114, 0, 0);
	box-shadow: 3px 3px 0 rgb(114, 0, 0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fallart .btn .ico{
	margin-right: 6px;
}
.fallart .btn .ico img{
	display: block;
	width: 100%;
}
.fallart .btn .btn-text{
	font-size: 28px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
}
.fallart .top-banner{
	margin-bottom: 45px;
}
.fallart .top-banner img{
	display: block;
	width: 100%;
}
.fallart .content-block h2{
	position: relative;
	padding: 19px 32px;
	margin-bottom: 29px;
	background: rgb(103, 63, 35);
	text-align: left;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.fallart .content-block h2:before{
	position: absolute;
	content: '';
	width: 32px;
	height: 38px;
	top: -16px;
	left: 7px;
	background: url('../img/fallart/red-leaf-top.png') no-repeat;
}
.fallart .content-block h2:after{
	position: absolute;
	content: '';
	width: 32px;
	height: 38px;
	bottom: -16px;
	right: 7px;
	background: url('../img/fallart/red-leaf-bottom.png') no-repeat;
}
.fallart .content-block .text{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
}
.fallart .content-block .text p{
	margin-bottom: 25px;
}
.fallart .content-block .text p a{
	text-decoration:underline;
	color:rgb(0, 155 ,253);
}
.fallart .content-block .arts-gallery{
	padding: 63px 31px 35px;
	margin-bottom: 38px;
	background: url('../img/fallart/gallery-bg.png') no-repeat;
	background-size: cover;
}
.fallart .content-block .arts-gallery h3{
	margin-bottom: 37px;
	font-size: 28px;
	line-height: 32px;
	color: rgb(210, 208, 10);
	font-weight: 800;
}
.fallart .content-block .arts-gallery .gallery-text{
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.fallart .content-block .arts-gallery .gallery-text p{
	margin-bottom: 32px;
}
.fallart .content-block .arts-gallery .gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.fallart .content-block .arts-gallery .gallery li{
	width: 30%;
	margin-bottom: 34px;
}
.fallart .content-block .arts-gallery .gallery a,
.fallart .content-block .arts-gallery .gallery span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.fallart .content-block .arts-gallery .gallery .image{
	margin-bottom: 15px;
}
.fallart .content-block .arts-gallery .gallery img{
	display: block;
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fallart .content-block .arts-gallery .gallery a:hover{
	opacity: 0.8;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fallart .content-block .arts-gallery .gallery .underline{
	display: inline-block;
	position: relative;
	margin-bottom: 11px;
	font-size: 16px;
	line-height: 16px;
}
.fallart .content-block .arts-gallery .gallery .underline:after{
	position: absolute;
	content: '';
	bottom: -4px;
	left: 0;
	right: 0;
	height: 2px;
	background: rgb(171, 167, 163);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fallart .content-block .arts-gallery .gallery a:hover .underline:after{
	display:none;
}
/*
.fallart .content-block .arts-gallery .gallery a:hover .underline:after{
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
*/
.fallart .content-block .arts-gallery .filter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 23px;
}
.fallart .content-block .arts-gallery .filter li{
	width: 24%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fallart .content-block .arts-gallery .filter li:hover{
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 0 #000;
	box-shadow: 3px 3px 0 #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fallart .content-block .arts-gallery .filter a{
	display: block;
	height: 65px;
	text-align: center;
	font-size: 16px;
	line-height: 65px;
	background: url('../img/fallart/button-filter.png') no-repeat;
	background-size: 100% 100%;
}
.fallart .content-block .arts-gallery .see-more .btn{
	padding: 29px;
}
.fallart .content-block .items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fallart .content-block .items li{
	width: 30%;
	margin-bottom: 54px;
}
.fallart .content-block .items a{
	display: block;
	height: 100%;
}
.fallart .content-block .items .item-image{
	border: 3px solid rgb(213, 213, 213);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fallart .content-block .items .item-image:hover{
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 0 rgb(223, 223, 223);
	box-shadow: 3px 3px 0 rgb(223, 223, 223);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fallart .content-block .items .item-image img{
	display: block;
	width: 100%;
}
.fallart .content-block .items .description{
	margin-top: 15px;
	font-size: 16px;
	line-height: 20px;
	color: rgb(0, 155 ,253);
	text-align: center;
}
.fallart .content-block .items .description span{
	display: inline-block;
	position: relative;
	padding: 0 2px;
	margin-bottom: 4px;
}
.fallart .content-block .items .description span:after{
	position: absolute;
	content: '';
	bottom: -4px;
	left: 0;
	right: 0;
	height: 2px;
	background: rgb(163, 209 ,254);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fallart .content-block .items a:hover .description span:after{display:none;}
/*
.fallart .content-block .items a:hover .description span:after{
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
*/
.fallart .content-block .items-2 .subtitle{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 16px;
}
.fallart .content-block .items-2 .title{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 23px;
}
.fallart .content-block .items-2 a:hover .title,
.fallart .content-block .items-2 a:hover .subtitle{
	text-decoration: underline;
}
.fallart .content-block .items-2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 34px;
}
.fallart .content-block .items-2 .image{
	cursor: pointer;
	position: relative;
}
.fallart .content-block .items-2 .image:after{
	position: absolute;
	content: '';
	height: 40px;
	width: 50px;
	cursor: pointer;
	background: url('../img/fallart/loop-icon.png') no-repeat;
	bottom: 0;
	right: 0;
}
.fallart .content-block .items-2 .image img{
	display: block;
	width: 100%;
}
.fallart .content-block .items-2 li{
	width: 30%;
	margin-bottom: 54px;
}
.fallart .content-block .items-2 a{
	display: block;
	height: 100%;
}
.fallart .content-block .items-2 .block{
	border: 3px solid rgb(213, 213, 213);
	position: relative;
	padding: 17px 12px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/*.fallart .content-block .items-2 .block:hover{*/
	/*-webkit-transform: translateY(-3px);*/
	/*-ms-transform: translateY(-3px);*/
	/*transform: translateY(-3px);*/
	/*border-radius: 3px;*/
	/*-webkit-box-shadow: 3px 3px 0 rgb(223, 223, 223);*/
	/*box-shadow: 3px 3px 0 rgb(223, 223, 223);*/
/*}*/
.fallart .content-block .buttons{
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fallart .content-block .buttons .btn{
	width: 49%;
	padding: 19px 22px;
}
/*for popup*/
.modal_form {
	width: 55%;
	height: auto;
	max-width: 600px;
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*margin-top: -150px;*/
	/*margin-left: -150px;*/
	display: none;
	opacity: 0;
	z-index: 80;
	padding: 20px 10px;
}
.modal_form .image{
	margin-top: 20px;
}
.modal_form img{
	display: block;
	width: 100%;
}
.modal_form .modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
#overlay {
	z-index:75;
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}
/*for popup end*/
/*fallart page end*/
/*subgallery for ring*/
.item_mainual_images .image{
	display: inline-block;
	margin-right: 20px;
}
.item_mainual_images .image:last-child{
	margin-right: 0;
}
.item_mainual_images .image img{
	display: block;
	height: 150px;
	width: auto;
	margin-bottom: 10px;
}
.item_mainual_images .image span{
	display: block;
	width: 100%;
	text-align: center;
}
/*subgallery for ring end*/
/* feature_list-page */
.feature_list-page .heading{
	display: block;
	background: url(../img/feature_list/heading-bg.png) left top repeat;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding: 20px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.feature_list-page .heading h2{
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.feature_list-page .feature_list{
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.feature_list-page .feature_list li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 20px 30px;
	box-sizing: border-box;
}
.feature_list-page .feature_list li a{
	position: relative;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.feature_list-page .visual{
	position: relative;
	overflow: hidden;
	padding-bottom: 8px;
}
.feature_list-page .feature_list li a:hover{
	box-shadow: 0px 6px 4px -4px rgba(0, 0, 0, .2), 0px 0px 30px 4px rgba(0,0,0,.1);
}
/*
.feature_list-page .feature_list li a:hover .visual .img{
	animation-name: rubberBand;
	animation-duration: .9s;
	animation-fill-mode: both;
}
*/
.feature_list-page .feature_list li .descr{
	padding: 0 3px;
}
.feature_list-page .visual .img{
	margin-bottom: 18px;
}
.feature_list-page .visual .img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.feature_list-page .visual .hidden-txt{
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.feature_list-page .visual .descr{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.feature_list-page .visual .descr strong{
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
}
.feature_list-page .visual .descr span{
	display: block;
}
/*
@keyframes rubberBand{
	from{
		transform: scale3d(1, 1, 1);
	}
	30%{
		transform: scale3d(1.05, 0.75, 1);
	}
	40%{
		transform: scale3d(0.75, 1.05, 1);
	}
	50%{
		transform: scale3d(1.05, 0.85, 1);
	}
	65%{
		transform: scale3d(.95, 1.0, 1);
	}
	75%{
		transform: scale3d(1.0, .95, 1);
	}
	to{
		transform: scale3d(1, 1, 1);
	}
}
*/
/* end feature_list-page */
.feature-list-btn{
	display:block;
	margin:40px auto 20px;
	border:1px solid #c1c1c1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	width:220px;
	font-size:14px;
	line-height:48px;
	text-align:center;
	color:#1c1c1c !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.feature-list-btn span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding-left:26px;
}
.feature-list-btn span:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	margin-top:-10px;
	width:20px;
	height:20px;
	background:#f00;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
.feature-list-btn span:after{
	content:'';
	position:absolute;
	top:50%;
	left:7px;
	width: 0;
	height: 0;
	border-top:5px solid transparent;
	border-left: 8px solid #fff;
	border-bottom:5px solid transparent;
	z-index:2;
	margin-top:-5px;
}
.feature-list-btn:hover{
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 2px 2px 0 rgb(114, 0, 0);
	box-shadow: 2px 2px 0 rgb(114, 0, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* christmas-feature */
.christmas-feature:after{
	content:'';
	display:block;
	clear:both;
}
.christmas-feature .visual{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.christmas-feature .visual img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.christmas-feature .hidden-txt{
	position: absolute;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
}
.christmas-feature .heading{
	position: relative;
	display: block;
	background: #2f7e00;
	padding: 4px 20px;
	box-sizing: border-box;
	line-height: 84px;
	text-align: center;
	margin-bottom: 30px;
}
.christmas-feature .heading.snowflake{
	padding: 4px 100px;
}
.christmas-feature .heading.snowflake:before,
.christmas-feature .heading.snowflake:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	right: auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/christmas-feature/ico-snowflake.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 49px;
	height: 63px;
}
.christmas-feature .heading.snowflake:after{
	right: 15px;
	left: auto;
}
.christmas-feature .heading h2{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fcff00;
}

.christmas-feature .box{
	font-size: 16px;
	line-height: 24px;
	color: #111;
	font-weight: 400;
}
.christmas-feature .box img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.christmas-feature .box .box-item + .box-item{
	margin-top: 75px;
}
.christmas-feature .box .box-item > p{
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-weight: 600;
}
.christmas-feature .create-design{
	background: url(../img/christmas-feature/img-create-design-bg.png) 95% 0% no-repeat;
	-webkit-background-size: 129px auto;
	background-size: 129px auto;
	padding-bottom: 60px;
	font-size: 16px;
	line-height: 24px;
	color: #111;
	font-weight: 400;
}
.christmas-feature .create-design small{
	display: block;
	font-size: 80%;
	width: 75%;
}
.christmas-feature .create-design p{
	margin-bottom: 30px;
	width: 75%;
	letter-spacing: 1px;
	font-weight: 600;
}
.christmas-feature a.item{
	position: relative;
	display: block;
	max-width: 743px;
	width: 100%;
	background-color: #fff;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 0 auto;
}
.christmas-feature a.item:hover{
	box-shadow: 1px 1px #ad0003, 2px 2px #ad0003;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}
.christmas-feature a.item:hover img{
	opacity: .8;
}
.christmas-feature a.item.no-after:after{
	display: none;
}
.christmas-feature a.item:after{
	content: '';
	position: absolute;
	top: -18px;
	right: -27px;
	width: 135px;
	height: 113px;
	overflow: hidden;
	background: url(../img/christmas-feature/img-item-btn-sub.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transform: scale(1) rotate(0.01deg);
	transform: scale(1) rotate(0.01deg);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	transform-origin: 50% 0%;
}
.christmas-feature a.item:hover:after{
	width: 162px;
	background: url(../img/christmas-feature/img-item-btn-sub-hover.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-animation: rubberBand .8s infinite;
	animation: rubberBand .8s infinite;
	//animation-duration: .8s;
	animation-fill-mode: both;
}
@keyframes rubberBand{
	from{
		transform: scale(1.01) rotateZ(0deg);
		transform-origin: 50% 0%;
	}
	30%{
		transform: scale(1.01) rotateZ(-7deg);
		transform-origin: 50% 0%;
	}
	40%{
		transform: scale(1.01) rotateZ(15deg);
		transform-origin: 50% 0%;
	}
	60%{
		transform: scale(1.01) rotateZ(-15deg);
		transform-origin: 50% 0%;
	}
	70%{
		transform: scale(1.01) rotateZ(7deg);
		transform-origin: 50% 0%;
	}
	to{
		transform: scale(1.01) rotateZ(0deg);
		transform-origin: 50% 0%;
	}
}
.christmas-feature a.item img{
	display: block;
	width: 100%;
}
.christmas-feature .block{
	position: relative;
	background-color: #fff;
	overflow: hidden;
	border: solid 2px;
	border-bottom: 0;
	border-image: linear-gradient(#010101, rgba(1, 1, 1, 0) 75%) 1;
	padding: 12px;
	background: linear-gradient(rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 80%);
	min-height: 250px;
	max-width: 100%;
	margin: -140px 24px 0;
	box-sizing: border-box;
}
.christmas-feature .block p{
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-weight: 600;
}
.christmas-feature .block p:last-child{
	margin: 0;
}
.christmas-feature .christmas-stamps{
	background: url(../img/christmas-feature/img-christmas-feature-block-bg-02.png) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 26px 10px;
	box-sizing: border-box;
	color: #fff;
}
.christmas-feature .christmas-stamps .holder-info{
	display: block;
	min-height: 608px;
	background: rgba(255,255,255,.88);
	margin: 95px 20px 30px;
	padding: 60px 30px 45px;
	box-sizing: border-box;
}
.christmas-feature .christmas-stamps .holder-info:after{
	content: '';
	clear: both;
	display: block;
}
.christmas-feature .christmas-stamps .holder-info h2{
	position: relative;
	top: -122px;
	display: block;
	text-align: center;
	margin: 0 0 -105px;
}
.christmas-feature .christmas-stamps .holder-info h2 img{
	display: inline-block;
	vertical-align: middle;
}
.christmas-feature .christmas-stamps .christmas-stamps-list{
	margin: 0 -16px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.christmas-feature .christmas-stamps .christmas-stamps-list li{
	float: left;
	width: 20%;
	padding: 0 16px 16px;
	box-sizing: border-box;
}

.christmas-feature .example-block{
	position: relative;
	margin-bottom: 20px;
}
.christmas-feature .example-block ul{
	position: absolute;
	top: 55%;
	left: 20px;
	right: 20px;
	-webkit-transform: translate(0, -45%);
	transform: translate(0, -45%);
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.christmas-feature .example-block li{
	display: inline-block;
	vertical-align: top;
	padding: 0 36px;
}
.christmas-feature .example-block .example-image-link{
	position: relative;
	display: block;
	width: 240px;
	height: 252px;
	line-height: 252px;
	border: 2px solid #fffc00;
	background: rgba(0,0,0,.35);
	text-align: center;
}
.christmas-feature .example-block .example-image-link:after{
	content: "";
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: url(../img/christmas-feature/ico-add.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 60px;
	height: 50px;
}
.christmas-feature .example-block .example-image-link img{
	display: inline-block;
	vertical-align: middle;
	max-width: 208px;
	max-height: 100%;
}
/* end christmas-feature */
.mb40{margin-bottom:40px}
.category_head_box h3.category_n_19:before{
	background:url(../img/plain/category_n_19.png) no-repeat;
	width:20px;
	height:47px;
}
#main .category_box a.i_n_18:after{background:url(../img/plain/i_n_18.png) no-repeat 50%;}
.item_detail_box .item_manual_text02{
  font-size:16px;
  line-height:18px;
  margin-bottom:20px;
}
.item_detail_box .item_manual_text02 strong{
  display: block;
  margin-bottom: 5px;
}
.table-climbing{
  display: block;
  width: 100%;
}
.climbing-box + .climbing-box{margin-top: 28px;}
.table-climbing table{
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
.table-climbing table tr{
  height: 30px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.table-climbing table th{
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  font-weight: 700;
  text-align: left;
  width: 25%;
}
.table-climbing table th:last-child{
  width: 100%;
}
.table-climbing table td{
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  padding: 5px 15px;
  box-sizing: border-box;
  text-align: left;
}
/* smartphonecase */
.smartphonecase .visual{
	position: relative;
	overflow: hidden;
	margin-bottom: 36px;
}
.smartphonecase .visual img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.smartphonecase .hidden-txt{
	position: absolute;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
}
.smartphonecase .heading{
	display: block;
	background: url(../img/smartphonecase_business_customer/heading-bg.png) left top repeat;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding: 4px 20px;
	box-sizing: border-box;
	line-height: 62px;
	text-align: center;
}
.smartphonecase .heading h2{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
}


.smartphonecase .section02{
	overflow:hidden;
	border:1px solid #4a71c2;
	border-width:0 6px 6px;
	background:#e5ffff;
	margin-bottom:24px;
	position:relative;
	height:234px;
}
.smartphonecase .section02 h2{
	position:absolute;
	text-indent:-9999px;
	top:0;
	left:0;
	right:0;
	height:65px;
	background:#4a71c2 url(/template/pc/html/page/nobody/bsc/text-business01.png) no-repeat 50%;
	-webkit-background-size: auto;
	background-size: auto;
	margin:0;
}
.smartphonecase .section02 h2:after{
	content:'';
	position:absolute;
	bottom:-17px;
	left:50%;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:20px solid #4a71c2;
	margin-left:-10px;
}
.smartphonecase .section02 .t01{
	position:absolute;
	background:url(/template/pc/html/page/nobody/bsc/text-business02.png) no-repeat 50%;
	-webkit-background-size: auto;
	background-size: auto;
	top:100px;
	left:10px;
	width: 380px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
}
.smartphonecase .section02 .t02{
	position:absolute;
	background:url(/template/pc/html/page/nobody/bsc/text-business03.png) no-repeat 50%;
	-webkit-background-size: auto;
	background-size: auto;
	top:100px;
	right:10px;
	width: 380px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
}
.smartphonecase .section02 .btn01,
.smartphonecase .section02 .btn02{
	position:absolute;
	width: 47%;
	overflow:hidden;
	top:127px;
	left:15px;
}
.smartphonecase .section02 .btn01 img,
.smartphonecase .section02 .btn02 img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.smartphonecase .section02 .btn02{
	left:auto;
	right:15px;
//background-size: 100% auto;
}
.smartphonecase .section02 .btn01:hover,
.smartphonecase .section02 .btn02:hover{
	-moz-opacity:0.8;
	filter:alpha(opacity:80);
	opacity:0.8;
}

.smartphonecase .clients-info{
	margin-bottom: 88px;
}
.smartphonecase .clients-info .title{
	display: block;
	text-align: center;
	color: #171717;
	font-size: 24px;
	line-height: 38px;
	font-weight: 900;
	margin-bottom: 14px;
}
.smartphonecase .clients-info .title span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 -6px 6px;
	color: #f60936;
	font-size: 38px;
	line-height: 1;
}
.smartphonecase .clients-info .img{
	display: block;
	margin-bottom: 30px;
}
.smartphonecase .clients-info .img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.smartphonecase .clients-info .holder{
	padding: 16px 18px;
	box-sizing: border-box;
	background: url(../img/smartphonecase_business_customer/bg-clients-info.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.smartphonecase .list-clients-info{
	margin:0 -8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow:hidden;
}
.smartphonecase .list-clients-info li{
	float: left;
	padding :0 8px 16px;
	width: 33.3333%;
	display:block;
	overflow:hidden;
	box-sizing: border-box;
}
.smartphonecase .list-clients-info li > img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.smartphonecase .print-quality{
	margin-bottom: 88px;
}
.smartphonecase .print-quality .block{
	background-color: #f8f8f8;
	padding: 12px 25px;
}
.smartphonecase .print-quality .block .row{
	padding: 20px 0;
}
.smartphonecase .print-quality .block .row + .row{
	border-top: 1px dotted #000;
}
.smartphonecase .print-quality .block .row:after{
	content: '';
	clear: both;
	display: block;
}
.smartphonecase .print-quality .row .descr{
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
}
.smartphonecase .print-quality .row .descr p{margin: 0;}
.smartphonecase .print-quality .row .descr strong{
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 5px;
}
.smartphonecase .print-quality .row .img{
	float: right;
	max-width: 210px;
	margin-left: 32px;
}
.smartphonecase .print-quality .row .img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.smartphonecase .qc{
	background: url(../img/smartphonecase_business_customer/img_qc_bg.jpg) top left repeat;
}
.smartphonecase .qc .heading-sub{
	background-color: #008d0a;
	padding: 19px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smartphonecase .qc .heading-sub h2{
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	font-weight: 900;
}
.smartphonecase .qc .qc_box{
	padding: 26px 30px 32px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smartphonecase .qc .qc_box .img{
	float: right;
	margin-left: 26px;
}
.smartphonecase .qc .qc_box .img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.smartphonecase .qc .qc_box .descr{
	overflow: hidden;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	color: #2c2c2c;
}
.smartphonecase .qc .qc_box .descr p{
	margin: 0;
}
.smartphonecase .qc .qc_box .descr p + p{
	margin-top: 20px;
}
.smartphonecase .qc .img-group{
	display: block;
	font-size: 0;
	line-height: 0;
	margin-top: 25px;
}
.smartphonecase .qc .img-group img{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}
.smartphonecase .qc .img-group img.img1{
	position: relative;
	margin-right: -20px;
}
.smartphonecase .print-quality .baner-title{
	background-color: #fff;
	text-align: center;
	padding: 35px 0 10px;
	box-sizing: border-box;
}
.smartphonecase .print-quality .baner-title img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.smartphonecase .purchase-and-sale{
	margin-bottom: 88px;
}
.smartphonecase .purchase-and-sale .holder-info{
	background: url(../img/smartphonecase_business_customer/img-purchase-and-sale-bg.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 32px 0 8px;
}
.smartphonecase .smart_case_block h3{
	font-size: 24px;
	line-height: 28px;
	color: #db0303;
	text-align: center;
	margin: 0;
	letter-spacing: 1px;
	background: rgba(255,255,255,.8);
	padding: 11px 0;
}
.smartphonecase .smart_case_block h3 strong{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	padding: 0 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smartphonecase .smart_case_block h3 strong:before,
.smartphonecase .smart_case_block h3 strong:after{
	content: "|";
	font-size: 44px;
	line-height: 1;
	font-weight: 400;
	color: #db0303;
	position: absolute;
	top: 44%;
}
.smartphonecase .smart_case_block h3 strong:before{
	left: 0;
	-webkit-transform: translateY(-45%) rotate(-22deg);
	transform: translateY(-45%) rotate(-22deg);
}
.smartphonecase .smart_case_block h3 strong:after{
	right: 0;
	-webkit-transform: translateY(-45%) rotate(22deg);
	transform: translateY(-45%) rotate(22deg);
}
.smartphonecase .smart_case_block .img{
	position: relative;
	display: block;
	margin: -20px 0;
}
.smartphonecase .smart_case_block .img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.smartphonecase .smart_case_block ul{
	position: relative;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.smartphonecase .smart_case_block ul li{
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding: 0 4px 8px;
	box-sizing: border-box;
}
.smartphonecase .smart_case_block ul li img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.smartphonecase .lineup{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
	margin-bottom: 74px;
}
.smartphonecase .lineup p{
	margin: 25px 0 50px;
}
.smartphonecase .lineup .btn-info{
	display: block;
	max-width: 743px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
}
.smartphonecase .lineup .btn-info:hover img{
	opacity: .8;
}
.smartphonecase .lineup .btn-info img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.smartphonecase .cases-delivery .list-delivered-cases{
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
	counter-reset: list;
}
.smartphonecase .cases-delivery .list-delivered-cases li{
	display: block;
	background: #fff1f3;
	padding: 20px;
	box-sizing: border-box;
}
.smartphonecase .cases-delivery .list-delivered-cases li + li{
	margin-top: 16px;
}
.smartphonecase .cases-delivery .list-delivered-cases .top{
	position: relative;
	overflow: hidden;
	padding-bottom: 22px;
	margin-bottom: 16px;
}
.smartphonecase .cases-delivery .list-delivered-cases .top:before,
.smartphonecase .cases-delivery .list-delivered-cases .top:after{
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 1px;
	width: auto;
	height: 1px;
	background: #dcbfc3;
}
.smartphonecase .cases-delivery .list-delivered-cases .top:after{
	bottom: 0;
	background: #fff;
}
.smartphonecase .cases-delivery .list-delivered-cases .top .case-study{
	position: relative;
	float: left;
	margin-right: 8px;
	background: #4aa514;
	background: -moz-linear-gradient(top, #4aa514 0%, #018c00 100%);
	background: -webkit-linear-gradient(top, #4aa514 0%,#018c00 100%);
	background: linear-gradient(to bottom, #4aa514 0%,#018c00 100%);
	width: 88px;
	height: 88px;
	border-radius: 8px;
	overflow: hidden;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	box-sizing: border-box;
}
.smartphonecase .cases-delivery .list-delivered-cases .top .case-study span{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.smartphonecase .cases-delivery .list-delivered-cases .top .case-study span:after{
	counter-increment: list;
	content: counter(list);
	display: block;
	font-size: 40px;
	line-height: 1;
	font-family: "Arial", serif;
	color: #fff;
}
.smartphonecase .cases-delivery .list-delivered-cases .top .text{overflow: hidden;}
.smartphonecase .cases-delivery .list-delivered-cases .top .text h3{
	margin: 0;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #f60;
}
.smartphonecase .cases-delivery .list-delivered-cases .top .text h4{
	margin: 0;
	font-size: 21px;
	line-height: 30px;
	font-weight: bold;
	color: #1e1e1e;
}
.smartphonecase .cases-delivery .list-delivered-cases .top .text span{
	margin: 0;
	font-size: 17px;
	line-height: 30px;
	color: #1e1e1e;
	padding-left: 25px;
	background: url(../img/smartphonecase_business_customer/icon-bcp01.png) no-repeat 0 50%;
}
.smartphonecase .cases-delivery .list-delivered-cases .text-info{
	font-size: 16px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
}
.smartphonecase .cases-delivery .list-delivered-cases .text-info img{
	float: right;
	display: block;
	max-width: 145px;
	max-height: 145px;
	margin: 0 0 15px 15px;
}
.smartphonecase .cases-delivery .list-delivered-cases .text-info p{
	margin: 0;
}
/* end smartphonecase */
.center_baner{
	display:block;
	margin:0 auto;
}
.center_baner:hover img{
	box-shadow:
			1px 1px #d61518,
			2px 2px #d61518,
			3px 3px #d61518;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.center_baner img{
	display:block;
	max-width:100%;
	margin:0 auto;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.mb40{margin-bottom:40px}
/* form-student-discount */
.form-student-discount{
	background: #dcf2f4;
	border: 1px solid #acd9de;
	padding: 16px;
	overflow: hidden;
	max-width: 994px;
	margin: 30px auto;
}
.form-student-discount label{
	float: left;
	font-size: 15px;
	line-height: 36px;
	color: #000;
	margin-right: 12px;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-student-discount .input-checkbox{
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}
.form-student-discount .int-hiden{
	overflow: hidden;
	max-width: 350px;
}
.form-student-discount .int-hiden input{
	display: block;
	background: none;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	padding: 8px;
	width: 100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #bbb;
	background: #fff;
	outline: none;
}
.form-student-discount .int-hiden input:disabled{
	opacity: 0.5;
}
/* form-student-discount end */
/* updagte car */
.cart-slide-block .image strong{
	display: block;
	margin: 20px auto 3px;
	max-width: 806px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
.cart-slide-block .image span{
	display: block;
	margin: 5px auto;
	max-width: 806px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-align: right;
}
/* updagte car end */
/* two-image-error */
.two-image-error{
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.two-image-error div{
	width: 150px;
	max-width: 150px;
	min-width: 150px;
}
.two-image-error div img{
	display: block;
	width: 150px;
	margin:0;
}
/* two-image-error end */
.search_list_left .two-btns-center_n {
	margin-left: -3px;
	margin-right: -3px;
}
/* list-sample */
.list-sample{
	list-style: none;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 40px;
}
.list-sample li{
	width: 100%;
	padding: 0 20px;
}
.list-sample li:first-child{padding-left:0}
.list-sample li:last-child{padding-right: 0}
.list-sample p{
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	min-height: 60px;
}
.list-sample img{
	display: block;
	width: 100%;
}
/* list-sample end */
/*Update CSS for My Design*/
.delete-design {
	line-height: 150%;
	padding: 10px;
	text-align: right;
}

.delete-design a {
	color: #1175c9;
	text-decoration: underline;
	font-weight: 600;
	font-size: 87.5%;
}
/*End Update CSS for My Design*/
.category_head_box h3.category_n_19:before{
	background:url(../img/plain/category_n_19.png) no-repeat;
	width:20px;
	height:47px;
}
#main .category_box a.i_n_18:after{background:url(../img/plain/i_n_18.png) no-repeat 50%;}
#main .category_box a.i_n_22:after{background:url(../img/plain/i_n_22.png) no-repeat 50%;}
#main .category_box a.i_n_23:after{background:url(../img/plain/i_n_23.png) no-repeat 50%;}
#wrapper .search_list .row .select-size .jcf-select-text{margin: 0 20px 0 8px !important;}